ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Viewer.Wpf Assembly / GrapeCity.Viewer.Common Namespace / DelegateCommand<TParm> Class / CanExecuteChanged Event

In This Topic
    CanExecuteChanged Event (DelegateCommand<TParm>)
    In This Topic
    Occurs when changes occur that affect whether the command should execute.
    Syntax
    'Declaration
     
    Public Event CanExecuteChanged As EventHandler
    public event EventHandler CanExecuteChanged
    See Also